home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 2 / Shareware Gold II - Volume 2 Number 1 - Wayzata Technology (7071) (1991).iso / prntutil / eurojet / msword.bat < prev    next >
DOS Batch File  |  1991-05-07  |  764b  |  15 lines

  1. echo off
  2. cls
  3. echo ┌───────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the documentation for the MS Word │
  5. echo │ / MS Works printer driver. Make sure your printer is on and ready to  │
  6. echo │ run. Then hit the return key to print instructions on how to install  │
  7. echo │ your printer driver.                                                  │
  8. echo │                                                                       │
  9. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  10. echo │ this batch file and return to INSTALL.                                │
  11. echo └───────────────────────────────────────────────────────────────────────┘
  12. pause
  13. copy word.doc prn:
  14.  
  15.